625 questions
DBeaver is using this and that database.By the way, I want to copy the database that I use by accessing DBeaver from another remote computer.How should I do it?
I made a GROUP based on ID in Table A.SELECT TOP 200 A.ID,COUNT(A.ID) AS CNT FROM A A LEFT join ANAME as Aname on A.ID = Aname.ID LEFT join BNAME as Bname on Aname.SEQ = Bname.SEQ where A.POI_ID > ...
sql = insert into tb_q (q_num, title, contents, tag, user, time) values (%s,%s,%s,%s,%s,%s)We've created a query statement like thisThe q_num variable is an integer type, but even if it is %s, is i...
It is related to the barcode I asked you below, but it turns out that there is a problem in the php statement, so I am going to solve this first.<?phprequire_once 'connBarcode.php';if(isset($_GET['...
Table barcode(barcode, food_code, company_code)food(food_code, food_name)company(company_code, company_name)It's like this, but it takes too much time to do it using join at first.So, I tried to use s...
Table_1 shows the picture belowIt has a number and its corresponding name.And table_2 has numbers.select number, name from table_1Can I check the number and name of table_1 by selecting it as above an...
I'm trying to build a system for texting...There is a part where you receive PHP API from an existing text company and enter the reception number$_POST['receiver'] = '010xxx,010xxxx,... '; //You can t...
After purifying the data frame through sql context in spark, Write the code below and attach it to jdbc write.df_2.createOrReplaceTempView(vms_status)q = SELECT srv_name, srv_serial, groups_id, item_i...
I'm trying to modify the value of the column, but it doesn't work.desc bbs;+--------------+---------------+------+-----+---------+-------+| | Field | Type | Null | Key | Default | Extra |+----------...
I'm making my own homepageThe sql that I learn from the state-funded academy is Oracle dbLooking at Cafe24, I thought that only my ql is supported for dbSince I'm using it as a beggar, I can find and ...
« | - 61 - | » |
© 2024 OneMinuteCode. All rights reserved.