Девочки,помогите пожалуйста,в каком месяце наступила беременность,если рожать 4 марта,сейчас 36 недель и 4 дня,помогите,а то враяи один одно говорит,второй другое,а хотелось бы знать🤔 Leer más
0: Use SELECT * only if you need all columns from table
select*from `likes` where `item_type` =1and `likes`.`item_id` in (3036, 3066)1msmoms_dev
Bindings
0: 1
Hints
0: Use SELECT * only if you need all columns from table
select*from `childs` where `childs`.`user_id` =12821and `childs`.`user_id` isnotnulland `childs`.`deleted_at` isnull11.22msmoms_dev
Bindings
0: 12821
Hints
0: Use SELECT * only if you need all columns from table
select*from `users_stats` where `users_stats`.`user_id` =12821and `users_stats`.`user_id` isnotnull limit 1210μsmoms_dev
Bindings
0: 12821
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectcount(*) as aggregate from `friendships` where ((`sender_id` =12821and `sender_type` ='user') or (`recipient_id` =12821and `recipient_type` ='user')) and `status` =1300μsmoms_dev