Hi
I have a table
CREATE TABLE tableName(id int primarykey, ProcessName varchar(50) null, IncomeDate datetime null, isProcessed int)
[code language="sql"]INSERT INTO tableName(id,ProcessName,Income
I have a table
CREATE TABLE tableName(id int primarykey, ProcessName varchar(50) null, IncomeDate datetime null, isProcessed int)
[code language="sql"]INSERT INTO tableName(id,ProcessName,Income