625 questions
I made a login form with HTml, but I don't know how to sign up and put it in db.How can I make it easier?
Hello, I'm a beginner developer.In MYSQL, if you add up to 20 characters of 300 digits, as shown below,substring('12111111111111111111122111111111111111111211111111111111111112111111111111111111121111...
I'm practicing how to use php, html, and mysql to sign up for a web page Php Grammar HTml Grammar Mysql Grammar is not that difficult, but like the example below,Combination? It's so hard to mix itSom...
Converting from Oracle to mysql...select days.mdate , ifnull(login_cnt,0) as login_cnt , ifnull(logout_cnt,0) as logout_cnt from ( select '2016-06-16' as mdate from ts_user where limit 1,1 ) days left...
I want to select a date range in sqlite, but it doesn't work normally. SELECT * FROM test WHERE date BETWEEN 11/1/2011 AND 11/8/2011;How do I send a query?
Running python3 manage.py migrate in django django.db.utils.InternalError: could not load library /usr/lib/postgresql/9.5/lib/postgis-2.2.so: /usr/lib/liblwgeom-2.2.so.5: undefined symbol: GEOSClipByR...
Books, book numbers, publishers, and year of publication are included in the relationship. (Basic key is book number) I would like to print out the name of the publisher that has published more than 1...
Developing node.js. I have two years of experience in mssql.Initially, the db part was developed using the mysql module.But I found out that it's called Sequelize.js, so I've been using it.It was a li...
I'm using MacBook Pro Retina Elkepitane.I installed mysql with brew and ran it, but it didn't work, so I started mysql.server. And thenERROR! The server quit without updating PID file (/usr/local/var/...
Hi, everyone. Recently, I've been implementing a page with node.js.If I log in this part, I want to change it to log out. I have no idea how. The advice to use cookies didn't help much.I am using pass...
« | - 44 - | » |
© 2024 OneMinuteCode. All rights reserved.