625 questions
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...
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...
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...
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...
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...
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...
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 (...
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...
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><...
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 ...
« | - 19 - | » |
© 2024 OneMinuteCode. All rights reserved.