T
T
Turtle_Onni2016-11-23 13:49:38
SQL
Turtle_Onni, 2016-11-23 13:49:38

How to select rows from the database if the condition involves a column named Type?

Hello!
Please tell me how you can select all records by condition:
SELECT * FROM Table WHERE Table.Type= 'Рабочий'
The fact is that it defines Type not as a column name, although I choose from the drop-down list of column names.
Thank you very much in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Pavlenko, 2016-11-23
@Akdmeh

SELECT * FROM Table WHERE [Table].[Type]= 'Рабочий'

Answer on stackoverflow
If I'm not mistaken.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question