Question : I developed a C # application that uses SQL Server Express 2012. In development everything went well with […]
Tag: sql
multiple values for a column in Where
Question : Is there any way to put multiple values for a column in WHERE ? For example product A […]
Array of SQL conditions – PHP
Question : Good afternoon, I am sending a search filter for my DB, and I want to make these conditions […]
Unwanted Result – SQL Query
Question : Hello. I’m a problem and I can not see a way to solve it. My data from the […]
Condition in Select – SQL
Question : I have a table where the priorities of output of the supplies per customer are stored, for example: […]
SQL Server Data Dictionary
Question : Hello, I come from the Oracle culture and I want to learn a little bit of SQL Server, […]
Checking days remaining between current date and deadline for contact [duplicate]
Question : Good afternoon folks, as per the code below, I can not check the remaining days between $ date […]
Is it possible to generate a script from a table, from an SQL command?
Question : I would like to generate a script to create a table, from a SQL command so I could […]
Format date in INSERT and UPDATE Mysql PHP
Question : Well, I have a data grid with a date, but I have to use a JQuery mask : […]
What is the difference between SCHEMA and DATABASE?
Question : I had never used the MySQL Workbench and it instead of database, gives me the option of SCHEMA. […]