티스토리 뷰
728x90
SET @query = CONCAT('ALTER TABLE ', var_referenced_table_name, ' DROP FOREIGN KEY ', var_constraint_name, ';');
PREPARE stmt FROM @query;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
https://stackoverflow.com/questions/11687803/mysql-variables-in-alter-table-script
MySQL variables in ALTER TABLE script
Hello The following procedure will have to move all constraints from one table to the other however I am having some difficulties at the point where the constraint should be deleted. The problem: ...
stackoverflow.com
728x90
'공부' 카테고리의 다른 글
[maxosx] 미러링 전환 (cmd + f1) (0) | 2023.08.20 |
---|---|
[npm] --yes (0) | 2023.08.19 |
[mysql] print message in procedure (0) | 2023.08.19 |
[sh] 메모리 사용량 정렬 `ps -ef --sort -rss; ps auxwww --sort -rss | head -5` (0) | 2023.08.19 |
[macosx] scutil --set HostName seunggabi-MacBookPro (0) | 2023.08.13 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 테슬라 레퍼럴
- 테슬라 리퍼럴 코드 혜택
- follower
- 팔로워 수 세기
- 책그림
- 인스타그램
- 테슬라
- Kluge
- 개리마커스
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라 레퍼럴 적용 확인
- 할인
- 테슬라 리퍼럴 코드
- 어떻게 능력을 보여줄 것인가?
- 김달
- Bot
- 모델 Y 레퍼럴
- wlw
- 클루지
- 테슬라 추천
- 테슬라 크레딧 사용
- COUNT
- 테슬라 레퍼럴 코드 확인
- 모델y
- 연애학개론
- 유투브
- 레퍼럴
- 테슬라 리퍼럴 코드 생성
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함