0
How to insert date values in the table without using "to_char" and "to_date" keyword ?
INSERT INTO table_nm VALUE (datevalue ); pls tell me the format and an example of it :)
1 Respuesta
0
go through SQL again
INSERT INTO table_nm VALUE (datevalue ); pls tell me the format and an example of it :)