questions/database/page/2
First off, if you're starting a new ...READ MORE
I experimented with the following code in ...READ MORE
I was wondering if there was a ...READ MORE
Using convert() and style 106, you can ...READ MORE
How to fix: I know you're fed ...READ MORE
I found a solution # installing the modules pip3 ...READ MORE
Using OJDBC 6, I created some Java ...READ MORE
Given date: DECLARE @Date1 VARCHAR(50) = '30-01-2015' I want ...READ MORE
I want to return the newly created ...READ MORE
To display the query string: print_r($this->db->last_query()); ...READ MORE
I saw the problem in the line ...READ MORE
There is no LIKE & IN combination ...READ MORE
SELECT * from games WHERE (lower(title) LIKE ...READ MORE
[ ['david','female','john','e6a33eee180b07e563d74fee8c2c66b8',1,1,'roger63'], ...READ MORE
Try this: update b set code = ...READ MORE
Your data is already in varchar, thus ...READ MORE
The AutoSum button or formula can be ...READ MORE
To modify the format of a date ...READ MORE
Try either multi-table update syntax: UPDATE config t1 ...READ MORE
SQL query: DECLARE @MyVar datetime = '1/1/2010' ...READ MORE
You missed the from clause: SELECT * from TCCAWZTXD.TCC_COIL_DEMODATA WHERE ...READ MORE
The definition of an array in other ...READ MORE
The maximum-open-cursors error, also known as ORA-01000, ...READ MORE
I'm trying to create a time clock ...READ MORE
This helped me get to my answer. There ...READ MORE
Use the following calculation since Indian Standard ...READ MORE
I'm studying Android. I'm having trouble solving ...READ MORE
Create a formula with the name THIS ...READ MORE
A MySQL "database" can be compared to ...READ MORE
I recently came upon a Python package ...READ MORE
Hello @Sign, It is simple to create contact ...READ MORE
I need to use the following SQL ...READ MORE
I'm new to CakePHP and PHP. While ...READ MORE
In Excel, you can use a feature ...READ MORE
The BIT datatype can be used to ...READ MORE
Suppose a customer gets a 10 percent ...READ MORE
Try this Cast('7/7/2011' as datetime) And Convert(DATETIME, '7/7/2011', 101) See CAST and ...READ MORE
I'm building a website, however, I utilize ...READ MORE
After the selection in the select combo ...READ MORE
I think PreparedStatement would be a better choice. I ...READ MORE
Syntax: ALTER TABLE {TABLENAME} ADD {COLUMNNAME} {TYPE} {NULL|NOT ...READ MORE
SELECT DeptID, MAX(Salary) FROM EmpDetails GROUP BY ...READ MORE
How can I quickly switch rows and ...READ MORE
There are three formats of the case expression. ...READ MORE
I've begun utilising SUBSTR and INSTR in ...READ MORE
The lack of an underscore between "chartered" ...READ MORE
The SQL keywords (SELECT, FROM, WHERE, etc.) ...READ MORE
Use a subquery for this like: select * from ...READ MORE
You don't need EXEC clause. Simply use: proc_name ...READ MORE
use the float or real data types only if the precision provided by decimal (up ...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.