From professional translators, enterprises, web pages and freely available translation repositories.
ansi sql query mode
.
Last Update: 2013-10-04
Usage Frequency: 1
Quality:
on the other hand, you can start working on the result set immediately after the first row has been retrieved: you don 't have to wait until the complete sql query has been performed.
mysql_unbuffered_query() sends a sql query query to mysql, without fetching and buffering the result rows automatically, as mysql_query() does. on the one hand, this saves a considerable amount of memory with sql queries that produce large result sets. on the other hand, you can start working on the result set immediately after the first row has been retrieved: you don't have to wait until the complete sql query has been performed. when using multiple db-connects, you have to specify the optional parameter link_identifier.
... the data field contains the indicated expression. the (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). you can enter as a placeholder in sql queries either the sql % character or the familiar (*) file system placeholder in the $[officename] interface.
... 데이터 필드에 지정된 표현이 포함되어 있습니다. 이 경우 자리 표시자(*)는 표현 x가 필드 내용의 시작 부분이나 (x*) 끝 부분 (*x), 아니면 필드 내용의 내부 (*x*)에 오는지를 지정합니다. sql 문자 %을 플레이스 홀더로 sql 쿼리에 입력할 수 있으며 $[officename] 인터페이스에는 파일 시스템에서 일반적인 플레이스 홀더 (*)을 입력할 수 있습니다.