Mysql 버전 확인하는 법 status: 상태 확인 가능 2022. 8. 1. mysql 접속 잘 되어있는지 확인 하는 방법 1mysql 접속 잘 되어있는지 확인 하는 방법 3306 : mysql 로컬 주소 2022. 8. 1. [MSSQL] Microsoft SQL Server Managment Studio 서버 세팅 보호되어 있는 글 입니다. 2022. 8. 1. [sql] != 와 <> 여러개 데이터 확인 select name from info where liner1'' and liner2'' and liner3'' and liner4''; select name from info where liner1!='' and liner2!='' and liner3!='' and liner4!=''; liner1~4까지 전부 데이터가 있는 name을 출력 ~이지 않다. !=, 2022. 7. 13. [Mysql] select 안에 select mysql> select * from points where poid='kmin_lee'; +-------+----------+-------+----------+---------------------+ | poidx | poid | point | okresult | po_time | +-------+----------+-------+----------+---------------------+ | 6 | kmin_lee | 1000 | Y | 2022-07-03 12:44:11 | | 18 | kmin_lee | 3200 | Y | 2022-07-08 16:41:10 | | 20 | kmin_lee | 4200 | N | 2022-07-09 11:22:31 | +-------+----------+-----.. 2022. 7. 13. 이전 1 2 3 4 5 6 다음