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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -