sql tag

625 questions


2 answers
70 views
0
Error creating table space

Create Table Space for TBS_USER_IDX create tablespace TBS_USER_IDX datafile'C:\app\oracle\oradata\orcl\TBS_USER_IDX.dbf'size 128m autoextend on next 16m maxsize 1024m; The error is ORA-01119: Err...

1 years ago

1 answers
116 views
0
I want to compile data with consecutive dates in SQLite.

I am using SQLite3 to assume the following data, but would it be possible to extract (type_id, start date, end date) for data with the same type_id and serial number?◇data·id: Integer(primary key)·typ...

1 years ago

2 answers
104 views
0
I want SQL server to connect multiple tables vertically

I have a question about the SQL table.[What I want to do] I want to connect all the tables (columns, etc.) vertically on SQL server(You can use UNION, but if you have 100 tables, for example, it's tro...

1 years ago

1 answers
49 views
0
About the Twitter creation reply function in PHP

I started studying PHP on my own a week ago. Therefore, I am trying to create a service like Twitter as one goal, but there are some things that I can't solve by myself, so I would like to ask you a q...

1 years ago

2 answers
122 views
0
I stumble when I update the database from PHP.

I'm a beginner in PHP.View the databases associated with each id in detail.php and update those values in dataupdate.php.I would like to do this, but it doesn't work.The detail.php is as follows (just...

1 years ago

1 answers
87 views
0
I want to resolve the error in Request method 'GET' not supported

I would like to resolve the following errors:There was an unexpected error (type=Method Not Allowed, status=405).Request method 'GET' not supportedorg.springframework.web.HttpRequestMethodNotSupported...

1 years ago

1 answers
61 views
0
I want to change the screen transition destination according to the contents entered in the form.

I just started developing Spring Boot + Thymeleaf + MySQL.I'd like to change the screen transition destination according to what you fill in the form, but it's not working.For example, if you type 1 (...


1 answers
100 views
0
Error when connecting to Mysql and executing query in Java web app

I would like to connect to MYSQL using the code below and display the results of the range specified in the URL http://hogehoge/hoge/hoge/search?hoge=*.However, there have been many exceptions and err...

1 years ago

1 answers
106 views
0
How to use PHP Hear Documents | Wordpress

I have customized searchform.php in wordpress. Here's the code: <?phpfunction my_search_form($form){ $form='<form role=search method=get id=searchform action='.home_url('/').'> <div><...

1 years ago

1 answers
38 views
0
What is the difference between VARCHAR(256) and VARCHAR(65,535)?

I'm considering how to store the maximum number of characters between 300 and 500 characters in VARCHAR type.Is the maximum number of characters stored and the number of bytes required not completely ...

1 years ago
« - 19 - »

© 2024 OneMinuteCode. All rights reserved.