Hi All,
I have the following SQL condition that I need to write with LINQ on my Visual Studio:
and bat_id like to_char(start_dt,'yyyyMMdd')||'%'
Where COLUMN2 is a date type column.
Could anybody please help me?
Hi All,
I have the following SQL condition that I need to write with LINQ on my Visual Studio:
and bat_id like to_char(start_dt,'yyyyMMdd')||'%'
Where COLUMN2 is a date type column.
Could anybody please help me?