Guest_imported
New member
- Jan 1, 1970
- 0
I need to get the system date (from unix) into a field in a table from within an SP.
I have done this before OK in a shell script, but how do you pass $date once you have create stored procedure ?
insert into tablename values (....., $date or "$date" ) doesn't work.
Thanks in advance.
I have done this before OK in a shell script, but how do you pass $date once you have create stored procedure ?
insert into tablename values (....., $date or "$date" ) doesn't work.
Thanks in advance.