How to use TIME type in MySQL? -
i'm building first db through mysql workbench. in table need store time attribute contains minutes , seconds. in regard, wanted use time data type. argument required type time(...)?
thanks
i solved, entered time without parentheses. thought type time required input parameter.
create table if not exists
cookingdb
.recipe
( ... cookingtime
time null, ...
Comments
Post a Comment