questions/database
First, pick the cells that contain dates, ...READ MORE
The list of commands is as follows: Data ...READ MORE
Always use ANSI default string literal format for date i.e. YYYY-MM-DD like below. INSERT ...READ MORE
The CONCATENATE function in Excel can transform ...READ MORE
To begin, go to the page layout ...READ MORE
Using the Concatenate Function in Excel, you ...READ MORE
Test Data DECLARE @Table1 TABLE(ID INT, Value INT) INSERT ...READ MORE
Yes, even though I like using JOINs, ...READ MORE
This is my Stored procedure : CREATE PROCEDURE ...READ MORE
It is varchar and not var_char CREATE DATABASE IF NOT EXISTS ...READ MORE
The easiest way to work this out ...READ MORE
[ ['david','female','john','e6a33eee180b07e563d74fee8c2c66b8',1,1,'roger63'], ...READ MORE
The definition of an array in other ...READ MORE
I want this to be the last ...READ MORE
Just normalize your model properly: create table user_rank ( ...READ MORE
There is a database on instructors, departments, ...READ MORE
Your table dbo.Sup Item Cat refers to ...READ MORE
One of the services has not begun ...READ MORE
Given date: DECLARE @Date1 VARCHAR(50) = '30-01-2015' I want ...READ MORE
The steps are as follows: Copy the dates ...READ MORE
The unique key in your database that ...READ MORE
Try replacing the string literal for date ...READ MORE
This works quite well for SQL min/max dates ...READ MORE
There were multiple issues. If you encounter ...READ MORE
I've used C# and SQL Server 2008 ...READ MORE
Your data is already in varchar, thus ...READ MORE
Try some sort of COALESCE trick: SELECT COALESCE( ...READ MORE
You're trying to write more data than ...READ MORE
Try this: SELECT ... FROM ( SELECT ...READ MORE
Just populate the field directly, using ordering ...READ MORE
First off, if you're starting a new ...READ MORE
Use the following SQL Server 2000 query: select ...READ MORE
Try this: SELECT CONVERT(Datetime, '2011-09-28 18:01:00', 120) -- ...READ MORE
I'm new to CakePHP and PHP. While ...READ MORE
Projection means choosing which columns (or expressions) the query shall ...READ MORE
How can I quickly switch rows and ...READ MORE
If you need to delete based on ...READ MORE
I think PreparedStatement would be a better choice. I ...READ MORE
My (very basic) site appears to have ...READ MORE
To modify the format of a date ...READ MORE
Try this: update b set code = ...READ MORE
As a result of our chat, you ...READ MORE
After the selection in the select combo ...READ MORE
Use this: SELECT *FROM ...READ MORE
I'm ruining this query on w3school even ...READ MORE
You missed the from clause: SELECT * from TCCAWZTXD.TCC_COIL_DEMODATA WHERE ...READ MORE
The lack of an underscore between "chartered" ...READ MORE
I saw the problem in the line ...READ MORE
Use a simple-ish median calculation for a ...READ MORE
A MySQL "database" can be compared to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.