문제

I am wanting to get the amount of rows returned when using a INTO OUTFILE query.

However, using mysql_num_rows() produces an error & I don't want to use anything that will result in the data being stored in the dataset such as COUNT(). Is there anyway to do this?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top