查询转换为PHP [英] query convert to PHP

查看:88
本文介绍了查询转换为PHP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

给定的查询如何用PHP编写





SELECT dealerprice.product FROM dealerprice where product not in(select

productdetail_idproductdetail来自Dpmix_Has_Productdetail1)

How the given query can be Written in PHP


SELECT dealerprice.product FROM dealerprice where product not in (select
productdetail_idproductdetail from Dpmix_Has_Productdetail1)

推荐答案

这是一个SQL查询。没有什么可以转换的。
This is an sql query. There is nothing to convert.


这篇关于查询转换为PHP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆