# = = = = [ 04. Getting A-elems and making the dictionaries] = = = = ]
sql_query='select node_id,value_string from node_node_hyperdata where node_id IN ('+','.join(map(str,Docs_and_["nodesB"].keys()))+")"+' and hyperdata_id='+str(nodeA_type)
sql_query='select node_id,value_string from node_node_hyperdata where node_id IN ('+','.join(map(str,Docs_and_["nodesB"].keys()))+")"+' and hyperdata_id='+str(nodeA_type_id)