易截截图软件、单文件、免安装、纯绿色、仅160KB

请教一个ACCESS的查询语句!

要组合4张表的查询,分别是A表,B表,C表,D表;
A表
Game_id  Game_Name
  1        abc


B表
Category_ID  Category_Name  Game_id
    1              A          1
    2              B          1

C表
area_id area_name game_id
  1        AB        1
  2        CD        1

D表
server_id  server_name  area_id
  1          AAA          1
  2          BBB          1
  3          CCC          2
  4          DDD          2


通过查询怎么显示下面的结果:

Game_Name  Category_Name  area_name  server_name
  1          A            AB          AAA
  1          A            AB          BBB
  1  &n


相关问答:

asp跟Access数据连接问题。

IsSqlDataBase = 0 '主数据库类型(1=SQL,0=AC)

'===========================================================================
SqlDatabaseName = "ads365" '主数据库名
S ......

php 使用 ADODB 连接Access 的问题

<?php

include("adodb/adodb.inc.php");

$db = &NewADOConnection("access");
$access = realpath("Data.mdb");
$dsn = "Provider=Microsoft.J ......

ASP+ACCESS输出问题 - Web 开发 / ASP

哪里出错了,输出这样的结果??
<%@ Page Language="VB" AutoEventWireup="false" aspcompat="true" CodeFile="Default.aspx.vb" Inherits="_Default" %&g ......

关于ado访问access 不能用where的问题

我用 ado 访问access库时 用 select * from user_info where user_id=张三 就出错,如果去掉 where user_id ,只是select * from user_info就没问题 为什么不能家选择呢 帮帮忙解答一下 谢谢
select * from user_in ......

如何把这句改成在access里正常运行的?

select max(classname) as classname,max(parentpath) as parentpath,max(rootid) as rootid,max(classid) as classid from prodclass where parentpath like '%0,3%' and Child=0 group by classname order ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号