The SQl statements are used to fetch/retrieve, update, insert, delete data from the database. In PeopleSoft we use the sql stmts using sqlexec or createsql. Differnet sql statements are:
Select, Insert, Update, Delete.
Different RDBMS have different date and time formats. Though the component processor takes care of the automatic conversion but at the time of using the sqlexec the automatic conversion does not take place. So in order to understand this, the meta sql concept has come. Which we can use in diff sql stmts. for example %datetimein, %date, %time, %currentdatetime, %datetimeout etc.
%dateIn: This is used in the where clause of "Select and update"
%dateout: This is used while selecting the data.
SQL Statements are
Platform Dependent where as Meta-SQL statements are Platform Independent