我反复得到
Error: Unexpected. Please try again.
使用此查询:
SELECT Pollen.start, DNase.start, DNase.DNasecleavage
FROM DNAse_raw_seq.DNAse_raw_seq_Chr1_table AS DNase
JOIN DNAse_raw_seq.polleninput AS Pollen
ON DNase.start = Pollen.start
where Pollen.GeneID contains "At1";
昨天我在类似的 table2 上使用了相同的查询,效果很好。感谢您的任何建议!