Oct 30, 2003 #1 Diogo Technical User Mar 22, 2001 143 PT Hello! Whow can i return the system date in a sql? Tanhs any way. DR
Oct 30, 2003 1 #2 vpshriyan IS-IT--Management Jul 26, 2002 356 IN Hi, Use TODAY keyword for date, and CURRENT for datetime information. select today from systables where tabid=1; select current from systables where tabid=1; select today, current from systables where tabid=1; Regards, Shriyan "Man who knows, knows, he knows nothing!" Upvote 0 Downvote
Hi, Use TODAY keyword for date, and CURRENT for datetime information. select today from systables where tabid=1; select current from systables where tabid=1; select today, current from systables where tabid=1; Regards, Shriyan "Man who knows, knows, he knows nothing!"