sql tag

625 questions


1 answers
68 views
0
I want to create random TIMESTAMP values in a range.

[Objective] I want to create random TIMESTAMP values in a range[Prerequisite] environment:Oracle Database 12c Enterprise Edition Release 12.1.0.2.0-64bit Production [Execution SQL] TA TABLE 1: TIMESTA...

1 years ago

1 answers
40 views
0
How do I enable single quotation in the database?

I'm a super beginner.If there is a single quotation in the database, an error will appear.How can I enable single quotation?

1 years ago

2 answers
68 views
0
ORACLE sql performance tuning. There are two date types of items in one table, and I would like to create an effective index to join them.

This is a question about performance tuning for tuning.There is currently one table in which there are two date types (TIMESTAMP(6) with local timezobe).When I write SQL, those two dates need to match...

1 years ago

1 answers
37 views
0
Error creating Rails database and cannot create db:

I am building an environment to develop the rails application, but when db:create, an error occurred and I cannot create a database.I searched for the error statement, but I don't know how to solve it...

1 years ago

1 answers
34 views
0
Understanding MySQL Text Field Limits

Mysql2::Error:Data too long for column 'hoge' at row1I'm in trouble because I got this kind of error.hoge is text type, so I thought there was no limit...By the way, the data that failed this time was...

1 years ago

1 answers
44 views
0
DB connection via cakephp localhost

Now, I would like to read the data I put in mysql with cakephp in localhost.If the controller is not found for some reason, an error will appear and we cannot proceed. File Name: UsersControllerBy the...

1 years ago

1 answers
36 views
0
Replacing NOT EXISTS in MySQL, trial and error using acceleration method

After several days of trial and error, As I can't solve this problem, I thought it might be rude to ask questions here because I'm a beginner and the content is rudimentary.I would appreciate it if yo...

1 years ago

2 answers
37 views
0
MySQL nested set model, how to output parent from child perspective

The MySQL nested set model is used to print parent from child but it doesn't workBelow is the table containing the category.Table containing the Below is a query that prints the parent from the child'...

1 years ago

1 answers
40 views
0
US>To upload the results of a MySQL-created stored procedure to an existing table

The already created stored procedure, ranking_long, is a newly created stored procedure that only calls it, and by describing it as CALL ranking_long() within its definition:product_id plg_countrank11...

1 years ago

1 answers
57 views
0
About MySQL API Run Errors

When I run the source code below in Dev C++, I get the following error:How do I resolve this error message?2711 C:\Users\patch\Documents\main.cpp [Error] cannot convert 'char**(MYSQL_RES*) {aka char**...

1 years ago
« - 33 - »

© 2024 OneMinuteCode. All rights reserved.