Help me to convert the timestamp, where am passing it as an input value (format : 12/7/2007 00:00:00)in procedure
'CREATE VIEW DBO.Step45_Flap1 AS
select * from (
select time_stamp,
' || CHAR(query1) ||',ROW_NUMBER() OVER (ORDER BY time_stamp DESC)
as RN from '||Param5||'
where time_stamp '||CHAR(Param4)||' TIMESTAMP_FORMAT(Param3,''MM-DD-YYYY HH24:MIS''))group by time_stamp)';
Thanks in Advance
Vivek