Alter table for a datediff (MySQL) -


i trying alter table change 1 of column values datediff() keep getting error , don't see issue is. here code

alter table bids modify column 'timeleft' datediff(curdate(),'duedate'); 

if trying change values should not using alter table should using update


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -