Unable to Generate Data from sql server using Date attribute -


I have to get data from the SQL Server database by using the date attribute as listed below.

  SELECT OracleId, First Names, MiddleName, Coach Group Nom FD View Daily Facilities Info, where was created = '4/14/2014';   

However, no data will be generated, even if the record is found in DB

Note: - The data type created is Data Data.

The first '4/14/2014' in your date string is finally a place.

Try removing the location if it does not attempt to use less than the date (& gt;) and the date (& lt;) operators, So something like this:

  SELECT OracleId, FirstName, MiddleName, Coach Group No. See DeliEdentensInfo, where made & gt; = '4/14/2014' and Created & lt; '2014/04/15';   

But I guess this is due to the place in your date.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -