我是卡桑德拉的新手。在这里,我有两张桌子EVENTS
和TOWER
. 我需要加入这些查询。但我无法做到这一点。
表结构EVENTS
:
eid int PRIMARY KEY,
a_end_tow_id text,
a_home_circle text,
a_home_operator text,
a_imei text,
a_imsi text,
表结构TOWER
:
tid int PRIMARY KEY,
tower_address_1 text,
tower_address_2 text,
tower_azimuth text,
tower_cgi text,
tower_circle text,
tower_id_no text,
tower_lat_d text,
tower_long_d text,
tower_name text,
现在,我想加入这些表,EID
以便TID
我可以获取两个表的数据。