sql tag

625 questions


2 answers
92 views
0
About creating SQL for Iot data

There is a system for recording equipment parked at the facility.(There is no record of the aircraft moving because it is a monitoring record at each facility)In Table A, the name of the aircraft, the...

1 years ago

1 answers
51 views
0
What is the SQL statement if you want to retrieve the following data?

I am not good at sql, so please let me know.I would like to extract Contractor ID_PK and Regional Number from the following contract information TBL.The extraction conditions are a list of non-overlap...

sql
1 years ago

1 answers
110 views
0
Error in postgreSQL function

CREATE OR REPLACE FUNCTION testtable()RETURNS void AS'BEGIN FOR i IN 2..41 LOOP FOR j IN 1..5 LOOP IF j = 1 THEEN INSERT INTO a(test1, test2)VALUES(i,1); ENDIF; INSERT INTO b(test3, test4) VALUES(...

1 years ago

1 answers
108 views
0
Information About Deleting PostgreSQL

from the combination table belowI would like to create SQL to delete the one with the same group ID as the A number.I created SQL to extract, but I can't create SQL to delete.I'd appreciate it if you ...

1 years ago

1 answers
110 views
0
I want to create a program that I can search using Ruby etc. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 3 years ago.Three years agoI would like to create a program like the one below.1. You must be ab...


1 answers
131 views
0
There is no error, but I have not been able to insert (fuelphp)

I want to insert a record into mysql with fuelphp, but I can't.The details are as follows.There is no error log, so as a beginner in programming, I am I'm in a state of confusion as to what's going on...

1 years ago

1 answers
158 views
0
Django2 Database Settings (ENGINE VALUE) and Heroku Administration Screen Login

I am creating a blog project in Django 2.0.The database was changed from the default SClite3 to PostgreSQL and deployed to Heroku.As I can no longer log in from the management screen on the Heroku sit...

1 years ago

1 answers
132 views
0
The site does not appear.

https://github.com/blobmon/simplechanI installed the bulletin board above on the Internet, but the home screen is displayed, but when I click on it and enter it, it doesn't show what should be display...


2 answers
76 views
0
ERROR: Duplicate key value violates unique constraint "boards_pkey" error failed to investigate.

https://github.com/blobmon/simplechanAfter completing the above site and entering the database to change the name of board1 displayed on the site to Anime&Manga, simplech_db-# update boards set bo...

1 years ago

2 answers
82 views
0
MySQL can't start

Run $mysql.server start to start MySQL.ERROR! The server quit without updating PID file (/usr/local/var/mysql/<MacName>.pid).I can't do it because of the error If you look at the log, it says Pe...

1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.