the code below is my sqlcommand for select statement. Inside have a lots of data including two date data inside.
string sql = "SELECT * FROM TASKMASTER WHERE TASKNAME ='" + TaskName + "'";
can I add in ('DD-MM-YYYY HH24:MI:SS')AS CREATEDATE into the sqlcommand and at the same time will call out all the column in the table?