Has anyone ever seen or used these type of variables when creating an sql_query?
ex...
Insert Into db.table ('id','name','a ddress') Values(:0:, :1:, :2:)
Please let me know what the heck they are?
ex...
Insert Into db.table ('id','name','a ddress') Values(:0:, :1:, :2:)
Please let me know what the heck they are?
Comment