SELECT cstmr_type FROM add_vehicle WHERE cstmr_type = 'Visitor' AND cstmr_type = 'Hospital'; SELECT cstmr_type FROM add_vehicle WHERE cstmr_type = 'Visitor' & 'Hospital';
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
尝试使用IN关键字