add table in existing table mysql
ALTER table_name ADD nama_field type_field; DONE
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
ALTER table_name ADD nama_field type_field; DONE
ALTER TABLE table_name MODIFY field DATATYPE; ALTER TABLE table_name ALTER field SET DEFAULT CURRENT_TIMESTAMP();
CREATE TABLE new_tbl SELECT * FROM orig_tbl;
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…
db.createUser({ user:"danang", roles:, pwd:"powerr00t", })
run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http { include mime.types; default_type application/octet-stream; server { listen …
Saat menjalankan perintah: Yum update -y pada server centos, kadang terjadi error dengan muncul pesan kurang lebih seperti ini: root@server: yum update -y error: db5 error(11) from dbenv->open: Resource temporarily…