Search results

  1. W

    Queriong a table with a column named "Date"

    I didn't find how to upload the file along with the message,can someone tell me? here is the table structure (the DB is only one table) Tonage(N°, Date, Heure, Immat, Client, Zone, Chauff, Type dech,Brut,Tare,Net)
  2. W

    Queriong a table with a column named "Date"

    Actually, I gave the "Date" column name with a name which is "date_debut" to find wether it's related to the fact that I'm used a reserved word, but it seems that's not the case because I'm getting the same error message again, so maybe it's coming from syntax, how do you retrieve a column with...
  3. W

    Queriong a table with a column named "Date"

    Thanks for answering, Yes I did try to change the column name to "Date_debut" and same problem I'm getting, Also tryed to put Date between brackets but still same error.
  4. W

    Queriong a table with a column named "Date"

    Hello, I'm trying to query excel file which contains a column named "Date", so when I'm trying to do a query like "select * from Table_Name" it's working fine, and I'm getting all the data including the column named Date, but when I'm doing any query which is referencing "Date" I'm getting an...
Back
Top Bottom