-
where can i get this 2 file?
-
Please add a namespace to medoo:
`namespace medoo;`
-
So the output SQL statement to the screen when debugging
Copy paste to the SQL manager, such as phpMyAdmin can be directly run to see the results are very convenient
Current.Log () debug () and last_q…
-
如果在where语句中,写如1=1这样的语句时会报错,使用自带的error()方法打出的报错信息如下:
Array ( [0] => 42S22 [1] => 1054 [2] => Unknown column '1' in 'where clause' )
请问要如何解决?
-
I ran into this issue where instead of being able to update 2 fields with 1 function call , I needed to make two separate calls. This might possibly be an issue with using a MySQL Function and adding …
-
hi, why when i using Medoo for Connection to MYSQL, this class increase RAM usage ?
for example with mysqli connection my server using 350 MB ram but when i using Medo i see 650~700 MB RAM usage.
th…
misaf updated
8 years ago
-
How to use logical AND or OR in join clauses? I try to execute this sql syntax in medoo, where an AND is used to describe the ON clause of the inner join:
```
select t1.aColumn, t2.aColumn from table…
-
Hello,
How can I do an ORDER BY RAND() with medoo?
I've tried with the # too but it didn't work either...
Thanks !
Félix
-
sometimes , we were get data from muti database, muti tables
but , medoo, does't support : select a from abc.ccc?
i fixed code on local
if( strpos($table, '.') != false ){
$table = implode('"."…
-
Is there any plan to support Google Cloud SQL?